net/http.response.closeNotifyCh (field)

7 uses

	net/http (current package)
		server.go#L494: 	closeNotifyCh chan bool
		server.go#L2230: 	if w.closeNotifyCh == nil {
		server.go#L2231: 		w.closeNotifyCh = make(chan bool, 1)
		server.go#L2233: 			w.closeNotifyCh <- true // action prior closeNotify call
		server.go#L2236: 	return w.closeNotifyCh
		server.go#L2246: 	if w.closeNotifyCh != nil {
		server.go#L2247: 		w.closeNotifyCh <- true